Update the Connection for a Data Target

{ updateTargetNodeConnection }

Updates the details of a specific data flow target node.

Method

/API2/dataSources/updateTargetNodeConnection

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2020.20
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    connectionObject

    Object Type

    Description

    Use this object to modify the data target server and/or the database in a data flow.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    Use this function to either correct or adjust the data target node found in a data flow - using either the server ID, database name or both.This function does not operate on materialized models, since the target is inherent in the materialization itself.

    Examples